* {
  margin: 0;
  padding: 0;
}

#advertising {
  position: relative;
  width: 320px;
  z-index:9999999;
}

#advertising>.ad {
  width: 320px;
  height: 100px;
  background: url(/statics/advertising/image/adv.png) no-repeat;
  cursor: pointer;
  /* border: 1px solid; */
  background-size: 100%;
}

#advertising>.ad>.di {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  letter-spacing: 7px;
  text-shadow: 4px 4px 4px rgba(252, 87, 55, 1), 1px -6px 4px rgba(254, 160, 96, 1);
  font-size: 31px;
  color: white;
  -webkit-text-stroke: 6px rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(-90deg, #FEA060 9%, #FC5737 88%);
  -webkit-background-clip: text;
  white-space: nowrap;
  font-style: italic;
}

#advertising>.ad_close {
  text-align: right;
  cursor: pointer;
}

.right_pop {
  width: 204px;
  height: 348px;
  margin: auto;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index:9999999;
}

.right_pop_active {
  left: 50%;
  top: 185px;
  margin-left: -770px;
  transform: translate(0, 0);
  display: block;
}

.right_pop>.code {
  width: 100%;
  height: 299px;
  overflow: hidden;
  background: url(/statics/advertising/image/adv_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 10px 0px rgb(182 180 181 / 28%);
}

.right_pop>.code>p {
  width: 92px;
  height: 42px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 1px 4px rgba(3, 71, 120, 0.6);
  font-style: italic;
}

.right_pop>.code>.ewcode {
  width: 146px;
  height: 146px;
  margin: 20px auto 0;
}

.right_pop>.code>.ewcode>img {
  width: 100%;
  height: 100%;
}

.right_pop>.code>.btn {
  display: block;
  width: 147px;
  height: 29px;
  background: #FC7827;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 29px;
  margin: 16px auto;
  text-align: center;
  text-decoration: none;
}

.right_pop>.off {
  display: block;
  text-align: center;
  margin: 14px auto 0;
}


#advertising2 {
  width: 24vw;
  height: 24vw;
  z-index:9999999;
}

#advertising2>.ad {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(/statics/advertising/image/m_adv.png) no-repeat ;
  background-size: cover;
}

#advertising2>.ad>.di {
  position: absolute;
  top: 8%;
  left: 48%;
  transform: translate(-50%, 0%);
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 4px 4px 4px rgba(252, 87, 55, 1), 1px -6px 4px rgba(254, 160, 96, 1);
  font-size: 4.4vw;
  color: white;
  -webkit-text-stroke: 6px rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(-90deg, #FEA060 9%, #E20A09 88%);
  -webkit-background-clip: text;
  white-space: nowrap;
  font-style: italic;
}
#advertising2>.close{
  text-align: right;
  color: #000;
}